DSH Tool Markdown: DSH Markdown Tool Plugin
`omdsh-dev/dsh-tool-markdown` is an MIT-licensed document processing plugin for DSH, designed to address format instability and security risks in HTML, Markdown, and table conversions. The plugin registers a `markdown` tool and supports four core functionalities through different `action` values: converting HTML to GFM Markdown, converting Markdown to whitelist-safe HTML, normalizing HTML or pipe-delimited text into GFM tables, and generating nested table of contents based on headings. The plugin adopts a zero-dependency, pure-function architecture with strict security boundaries: it prohibits script execution, blocks remote resource loading, and automatically strips dangerous tags such as `script` and `style`; output only allows whitelisted tags, forces text escaping, and retains only links.
Read MoreMinerU Document Parsing Plugin for DeepSeek Harness
`dsh-mineru` is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to parse documents such as PDFs, Word, PPT, Excel, HTML, and images into structured Markdown for efficient processing by intelligent agents. This plugin integrates the MinerU engine and offers dual API modes: the Precision API with a configured token supports large files, batch parsing, and a wider range of Office formats; the Agent API without a configured token requires no key but is subject to IP rate limiting and supports only single and smaller files. The plugin automatically selects the appropriate mode based on configuration. Core features include progressive tool exposure, drag-and-drop upload via Web UI, automatic chunking and batch parsing, rate limit handling, and result persistence to disk. Installation requires DSH.
Read More